This repository contains a React application that demonstrates the differences between Promise.all
and Promise.allSettled
with and without using .then()
.
Promise.all
and Promise.allSettled
..then()
can be used with these Promise methods.Promise.all
and Promise.allSettled
behave differently..then()
with these Promise methods.useState
.https://stackblitz.com/edit/stackblitz-starters-tizzyf?file=src%2FApp.js